home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / pine3.96.tar.gz / pine3.96.tar / pine3.96 / imap / ANSI / c-client / os_vms.c < prev    next >
C/C++ Source or Header  |  1994-08-30  |  2KB  |  53 lines

  1. /*
  2.  * Program:    Operating-system dependent routines -- VMS version
  3.  *
  4.  * Author:    Yehavi Bourvine, The Hebrew University of Jerusalem.
  5.  *        Internet: Yehavi@VMS.huji.ac.il
  6.  *
  7.  * Date:    2 August 1994
  8.  * Last Edited:    30 August 1994
  9.  *
  10.  * Copyright 1994 by the University of Washington
  11.  *
  12.  *  Permission to use, copy, modify, and distribute this software and its
  13.  * documentation for any purpose and without fee is hereby granted, provided
  14.  * that the above copyright notice appears in all copies and that both the
  15.  * above copyright notice and this permission notice appear in supporting
  16.  * documentation, and that the name of the University of Washington not be
  17.  * used in advertising or publicity pertaining to distribution of the software
  18.  * without specific, written prior permission.    This software is made available
  19.  * "as is", and
  20.  * THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  21.  * WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  22.  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  23.  * NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  24.  * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  25.  * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  26.  * (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
  27.  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  28.  *
  29.  */
  30.  
  31. #include "tcp_vms.h"        /* must be before osdep includes tcp.h */
  32. #include "mail.h"
  33. #include "osdep.h"
  34. #include <stdio.h>
  35. #include <sys/time.h>
  36. #include <sys/stat.h>
  37. #include <sys/socket.h>
  38. #include <netinet/in.h>
  39. #include <arpa/inet.h>
  40. #include <netdb.h>
  41. #include <ctype.h>
  42. #include <errno.h>
  43. extern int errno;        /* just in case */
  44. #include "misc.h"
  45.  
  46.  
  47. #include "fs_vms.c"
  48. #include "ftl_vms.c"
  49. #include "nl_vms.c"
  50. #include "env_vms.c"
  51. #include "log_vms.c"
  52. #include "tcp_vms.c"
  53.